runtime.muintptr.ptr (method)
20 uses
runtime (current package)
debugcall.go#L134: if mp != gp.lockedm.ptr() {
mgc.go#L1298: if mp := node.m.ptr(); mp != nil {
mgc.go#L1424: releasem(node.m.ptr())
proc.go#L1462: mp := p.m.ptr()
proc.go#L2316: unlockextra(mp.schedlink.ptr(), -1)
proc.go#L2317: return mp, mp.schedlink.ptr() == nil
proc.go#L2500: newm := newmHandoff.newm.ptr()
proc.go#L2504: next := newm.schedlink.ptr()
proc.go#L2770: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L2796: mp := gp.lockedm.ptr()
proc.go#L5356: id = pp.m.ptr().id
proc.go#L5374: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L5770: mp := pp.m.ptr()
proc.go#L5813: mp := pp.m.ptr()
proc.go#L5874: if lockedm := gp.lockedm.ptr(); lockedm != nil {
proc.go#L5944: mp := sched.midle.ptr()
runtime2.go#L309: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
rwmutex.go#L71: w := rw.writer.ptr()
rwmutex.go#L112: for rw.readers.ptr() != nil {
rwmutex.go#L113: reader := rw.readers.ptr()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |